</DIV>
<DIV id=jaune 
style="LEFT: 20px; POSITION: absolute; TOP: 20px; Z-INDEX: 5"><FONT 
color=#a0a0ff>
<H3></DIV><IMG id=LeFond src="Cole o caminho da figura desejada " 
style="LEFT: 0px; POSITION: absolute; TOP: -999px; VISIBILITY: hidden; Z-INDEX: -5">
<SCRIPT language=VBScript>
public w,nx,ny,sx,sy,imgw,imgh,imgr,amorti,defi,zoom
public x0,y0,x1,y1,x,y
Set w = document.body
Sub Window_onLoad()
 w.style.backgroundColor = "#000000"
 w.scroll = "no"
 w.style.cursor="crosshair"
 sx=150
 sy=100
 imgw=LeFond.Width
 imgh=LeFond.Height
 imgr=imgh/imgw
 Window_onresize
 SetTimeOut "SF",200
 SetTimeOut "go1",1500
End Sub
sub go1
 lefond.style.filter="revealTrans(&n)"
 lefond.filters.revealTrans.Apply()
 lefond.style.visibility="visible"
 lefond.filters.revealTrans.Play(5)
 n=n+1
 SetTimeOut "go2",10000
end sub
sub go2
 lefond.style.filter="revealTrans(&o)"
 lefond.filters.revealTrans.Apply()
 lefond.style.visibility="hidden"
 lefond.filters.revealTrans.Play(5)
 o=o+1
 SetTimeOut "go1",5000
end sub
Sub Window_onresize()
 zoom=1
 amorti=6
 x0=0
 y0=0
 nx=w.offsetWidth
 ny=w.offsetHeight
 defi=screen.width
 imgw=defi*zoom
 imgh=imgw*imgr
 LeFond.style.Width=int(imgw)
 LeFond.style.Height=int(imgh)
end sub
 
sub SF()
x=-sx*(imgw/nx)+sx
y=-sy*(imgh/ny)+sy
x1=x0
y1=y0
if x0>x then x1=x0-(abs(x0-x)/amorti)
if x0<x then x1=x0+(abs(x0-x)/amorti)
if y0>y then y1=y0-(abs(y0-y)/amorti)
if y0<y then y1=y0+(abs(y0-y)/amorti)
x0=x1
y0=y1
LeFond.style.pixelLeft=x0
LeFond.style.pixelTop=y0
SetTimeOut "SF",16
end sub
</SCRIPT>
 
<SCRIPT language=JavaScript>
function doMouseMove()
   {
    sx= event.clientX;
    sy= event.clientY;
   }
document.onmousemove = doMouseMove
</SCRIPT>
 
<!--VERMEER BOT=HTMLMarkup Alt="[<b>Ticker Script</b>]" StartSpan -->
